home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / geom_lib / makefile.wnt < prev    next >
Encoding:
Makefile  |  1993-12-30  |  473 b   |  23 lines

  1.  
  2. #
  3. # This is the make file for the prsr. lib subdirectory.
  4. #
  5. #                Gershon Elber, June 1993
  6. #
  7.  
  8. # Get the destination directories:
  9. include ..\makeflag.wnt
  10.  
  11. OBJS = bbox.obj convex.obj geomat3d.obj geomvals.obj intrnrml.obj poly_cln.obj
  12.  
  13. geom_lib.lib: $(OBJS)
  14.     -del geom_lib.lib
  15.     $(IRITLIB) -out:geom_lib.lib *.obj
  16.  
  17. install: geom_lib.lib
  18.     copy geom_lib.lib $(LIB_DIR)
  19.     -del geom_lib.lib
  20.     copy *.h $(INC_DIR)
  21.  
  22. # Dependencies starts here - do not touch, generated automatically.
  23.